gbfprintf(file_out, "<html>\n");
gbfprintf(file_out, "<head>\n");
gbfprintf(file_out, " <meta http-equiv=\"Content-Type\" content=\"text/html;charset=utf-8\">\n");
+
+ // Don't write this line when running test suite. Actually, we should
+ // probably not write this line at all...
+ if (!getenv("GPSBABEL_FREEZE_TIME")) {
gbfprintf(file_out, " <meta name=\"Generator\" content=\"GPSBabel %s\">\n", gpsbabel_version);
+ }
gbfprintf(file_out, " <title>GPSBabel HTML Output</title>\n");
if (stylesheet) {
gbfprintf(file_out, " <link rel=\"stylesheet\" type=\"text/css\" href=\"%s\">\n", stylesheet);
<html>
<head>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8">
- <meta name="Generator" content="GPSBabel 1.4.4">
<title>GPSBabel HTML Output</title>
<style>
p.gpsbabelwaypoint { font-size: 120%; font-weight: bold }
<br>
<img SRC="http://www.mtgc.org/mtgc_member-banner.gif" WIDTH="500" HEIGHT="40" ALT="Member of Middle Tennessee GeoCachers Club [www.mtgc.org]" BORDER="0"></a></p></p>
</td></tr></table>
-</body></html>
\ No newline at end of file
+</body></html>